Welcome![Sign In][Sign Up]
Location:
Search - TIME VC

Search list

[SourceCode用VC++实现矢量地图背景下的实时显示源代码

Description: 用VC++实现矢量地图背景下的实时显示源代码- Realizes under the vector map background real time display source code with VC
Platform: | Size: 1147904 | Author: k2222hk | Hits:

[Mathimatics-Numerical algorithms在VC中使用MATLABC++函数库

Description: MATLAB广泛应用于线性代数、自动控制理论、数理统计、数字信号处理、时间序列分析、动态系统仿真等领域。因此如果在VC中对MATLAB进行调用将大大减少编程的工作量、保证程序的准确性,并且继承了VC++强大的功能,提高开发效率,-MATLAB widely used in linear algebra, automatic control theory, mathematical statistics, digital signal processing, time series analysis, dynamic simulation, and other fields. Therefore, if the VC right call MATLAB programming will greatly reduce the workload to ensure the accuracy of procedures, VC and inherited the powerful functions, improving the development efficiency,
Platform: | Size: 22528 | Author: 杨波 | Hits:

[Multimedia Develop小闹钟VC

Description: 可设定提醒时间和提醒事件-time can be set to remind the incident and reminded
Platform: | Size: 54272 | Author: 杜长城 | Hits:

[Graph program用vc++实现矢量地图背景下的实时显示源代码

Description: 用vc++实现矢量地图背景下的实时显示源代码-with vc Vector Map context of real-time source code
Platform: | Size: 2459648 | Author: 郑重庆 | Hits:

[Other用VC++实现矢量地图背景下的实时显示  

Description: VC++实现矢量地图背景下的实时显示-VC vector background maps of the real-time display
Platform: | Size: 876544 | Author: 柯览 | Hits:

[matlabvc调用matlab

Description: 将一个m文件转成c /cpp文件并在VC中进行编译。这种方法有个烦人的地方,每次你都需要把matlab生成的一 大堆c和h文件考到vc中,比如我读入一副图片先做膨胀,再腐蚀,再进行小波变换,最后 显示。这样一个程序会生成大概150多个文件,每次都要拷贝这些文件很不方便。我试着用 了另外一种方法,可以简化这些工作。那就是不生成cpp文件交给VC去编译,而是直接在m atlab中生成一个dll交给VC去链接即可。这样无论matlab生成多少文件,都只需要拷贝三 个文件即可。 -m to a document conversion c/cpp files and compile VC. Such a method is a nagging place every time you need Matlab has generated a lot of c and h vc document examination, for example, I read a photo, first expansion, and corrosion, further wavelet transform, the last show. Such a procedure will probably generate more than 150 documents, each copy of these documents must be very inconvenient. I tried another kind of approach can simplify their work. It is not generating cpp documents to the VC to compile, but m atlab directly in the formation of a dll to the VC to link. No matter how many documents generated Matlab, only three need to copy documents.
Platform: | Size: 1024 | Author: 李震 | Hits:

[Com PortVC中串口编程资料汇总

Description: RS-232-C端口实时监控软件的设计实现 多线程技术在VC++串口通信程序中的应用研究 用VC6实现串行通信的三种方法 在基于单文档程序中应用MSCOMM串口通讯控件-RS-232-C port real-time monitoring software design multi-threading technology in VC serial communication procedures for the application of research VC6 realization of the three serial communication methods based on single-file procedures MSCOMM Application Serial Communication Control
Platform: | Size: 24576 | Author: 大圣 | Hits:

[Game Programvc弹球游戏

Description: 本程序是弹球游戏实验程序,故而,其各要求都应符合常见弹球游戏规则。在实验中,我们设计了两个球以增强其趣味性。玩家控制的蓝球在运动中有能量损失,碰壁后,亦有能量损失,且各壁能量损失不同,故表现为小球运动速度的变化。运行中,可用鼠标来查看得分情况及当时速度。两球相撞,小球游戏结束,显示成绩。为使玩者能清楚各类消息,状态栏中还有操作显示和时间显示。另外,鼠标的变化也增强了游戏的趣味性。-the procedure is experimental procedure pinball games, the club and its requirements should be consistent with the common pinball rules of the game. In the experiment, we designed a 2-to enhance their fun. The control of the basketball players in the campaign to have energy loss walls, some energy loss, and the wall of different energy loss, the performance of small ball velocity changes. The operation, the mouse can be used to check and then scoring rate. Twice collision, the ball game ended, results showed. For those who can clearly play various sources, there are operational status bar display and show time. In addition, the mouse changes also enhanced the game interesting.
Platform: | Size: 372736 | Author: 赵利君 | Hits:

[Internet-Networkchapter3 Time Server Client

Description: 简单的vc Socket入门程序,对socket的基本结构有很清楚的描述,适合初学者初学者-vc Socket simple entry procedures, the basic structure socket has a very clear picture for beginners and beginners
Platform: | Size: 45056 | Author: 张天 | Hits:

[CSharpvc

Description: 一些c++的常用小程序代码,不要看它小,很有用的,能给你省去不少的时间,包括字符匹配等等。-some small c common code, it will not look at small, very useful, you can save a lot of time, including the matching of characters and so on.
Platform: | Size: 23552 | Author: | Hits:

[ActiveX/DCOM/ATLVC++编写的ActiveX控件

Description: ActiveX控件是用户自己编写的控件,并能成功地注册到计算机中并被用户编写的程序所调用以实现用户定义的功能,这样可以节省代码的编写时间。VC++和MFC是用于创建ActiveX控件的强大而灵活的工具,就快速开发和使用简便而言,这两个工具是最好的选择。所以我们选用MFC来进行ActiveX控件的开发。本程序我们就来写一个简单的ActiveX控件,程序虽然简单,但是从中我们可以了解到ActiveX控件编写的整个过程。-ActiveX is prepared by the user controls, and the successful registration of the computer users were prepared by the procedure call to achieve user-defined function, it saves the time of writing code. VC and MFC is the ActiveX control used to create a powerful and flexible tool, rapid development and easy to use, the two tools is the best option. Therefore, we choose to MFC ActiveX development. The procedures we write a simple ActiveX controls, procedures simple, but we can learn from ActiveX controls prepared by the whole process.
Platform: | Size: 45056 | Author: 和平鸽 | Hits:

[OS programVC中基于 Windows 的精确定时

Description: 在工业生产控制系统中,有许多需要定时完成的操作,如定时显示当前时间,定时刷新屏幕上的进度条,上位 机定时向下位机发送命令和传送数据等。特别是在对控制性能要求较高的实时控制系统和数据采集系统中,就更需要精确定时操作。-in industrial production control system, there are many needs time to complete the operation, such as the timing shows the current time, regularly updated progress on the screen of the PC regular crew sent down orders and transmit data. Especially in the control of the high performance requirements of real-time control system and data acquisition system, the need for more precision timing operation.
Platform: | Size: 29696 | Author: 唐佳 | Hits:

[Com Port完整串口通信程序Vc++源代码

Description: 一个非常完整的川口通讯源程序,我费了很大功夫才把他找到。-a very complete source Kawaguchi communications, I spent a lot of time and energy only to find him.
Platform: | Size: 43008 | Author: 谢佳友 | Hits:

[OS program汇编在VC中的使用

Description: 汇编在VC中的应用,方便程序员在VC中嵌入汇编进行实时控制-compiled in the application allows programmers in VC compiled for real-time embedded control
Platform: | Size: 9216 | Author: 阿敏 | Hits:

[Windows Develop有用的VC++类

Description: 有用的VC++类,包括动画按钮,超链接,注册表,精确计时器等-useful VC++ genus,including the cartoon button, hyperlink, registration table, accurate time-recorder ,etc.
Platform: | Size: 71680 | Author: Pear | Hits:

[Internet-Networkvc统计网络流量

Description: 用vc实现的网络监控程序!可以实时监控网络流量!-vc used to achieve network monitoring program! Real-time monitoring network traffic!
Platform: | Size: 45056 | Author: 刘通 | Hits:

[Windows DevelopVC++TIME

Description: 深入剖析VC++实现计时器的两种方法-Depth analysis VC++ Realize timer two methods
Platform: | Size: 546816 | Author: gb yin | Hits:

[Othertime

Description: VC编写的时钟程序,可以实时显示时间,跟操作系统托盘图标处差不多-VC clock to prepare procedures, can be real-time display of time, with the operating system tray icon Department almost
Platform: | Size: 8192 | Author: 王步基 | Hits:

[CommunicationCorrection-of-computer-time(Vc)

Description: 校正电脑时间,可用于工业控制中上位机与下位机之间统一时间。-Correction of computer time(Vc)
Platform: | Size: 48128 | Author: lsccls | Hits:

[VC/MFCreal-time-vc-source-code

Description: 关于vc++开发的适时曲线监控功能的软件,动态画图-With regard to vc++ development in a timely manner curve monitoring software, dynamic drawing
Platform: | Size: 2623488 | Author: bancx | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net